Trailing whitespaces, tabs, etc.
# already exists because then we are probably working with a tarball
# in which case the git-version.h we ship is correct.
-libbabl_generated_sources = git-version.h
+libbabl_generated_sources = git-version.h
BUILT_SOURCES = git-version.h
CLEANFILES = git-version.h
#if !defined(BIND_RESTRICTED)
# define BIND_RESTRICTED 0
#endif
-#define RTLD_NOW (BIND_IMMEDIATE|BIND_NONFATAL|DYNAMIC_PATH)
+#define RTLD_NOW (BIND_IMMEDIATE|BIND_NONFATAL|DYNAMIC_PATH)
#define HLIB shl_t
#define dlopen(path, flags) shl_load (path, flags, 0L)
#define dlclose(handle) shl_unload (handle)
va_list varg;
va_start (varg, fmt);
- real_babl_log_va(file, line, function, fmt, varg);
+ real_babl_log_va (file, line, function, fmt, varg);
va_end (varg);
}
#define babl_log(...) \
real_babl_log(__FILE__, __LINE__, G_STRFUNC, __VA_ARGS__)
-#define babl_fatal(...) do{ \
+#define babl_fatal(...) do{ \
real_babl_log(__FILE__, __LINE__, G_STRFUNC, __VA_ARGS__); \
- babl_die();} \
+ babl_die();} \
while(0)
#elif defined(BABL_GNUC_VARIADIC_MACROS)
/* Minimal DllMain that just stores the handle to this DLL */
-BOOL WINAPI /* Avoid silly "no previous prototype" gcc warning */
+/* Avoid silly "no previous prototype" gcc warning */
+BOOL WINAPI
DllMain (HINSTANCE hinstDLL,
DWORD fdwReason,
LPVOID lpvReserved);